Welcome![Sign In][Sign Up]
Location:
Search - sms gateway

Search list

[CommunicationyidongCMPP3.0

Description: 各种短信网关(共享),希望对网关程序设计人员会有所帮助!谢谢!-various SMS Gateway (shared), and I hope to Gateway Design will help! Thank you!
Platform: | Size: 736337 | Author: 张少春 | Hits:

[Communicationzhuowang

Description: 各种短信网关(共享),希望对网关程序设计人员会有所帮助!谢谢!-various SMS Gateway (shared), and I hope to Gateway Design will help! Thank you!
Platform: | Size: 589343 | Author: 张少春 | Hits:

[Communicationdongruan

Description: 各种短信网关(共享),希望对网关程序设计人员会有所帮助!谢谢!-various SMS Gateway (shared), and I hope to Gateway Design will help! Thank you!
Platform: | Size: 769989 | Author: 张少春 | Hits:

[Communicationhuawei

Description: 各种短信网关(共享),希望对网关程序设计人员会有所帮助!谢谢!-various SMS Gateway (shared), and I hope to Gateway Design will help! Thank you!
Platform: | Size: 214867 | Author: 张少春 | Hits:

[Modem programShortMessage

Description: 一个完整的短讯网关示例,支持短讯收发,支持UDP及Text格式.-a complete SMS Gateway example, support SMS transceiver to support UDP and Text formats.
Platform: | Size: 194382 | Author: wuzf | Hits:

[WinSock-NDIScmpp协议短信网关Delphi源码

Description: cmpp协议短信网关Delphi源码,采用DELPHI开发!-cmpp agreement SMS Gateway Delphi source, using DELPHI!
Platform: | Size: 197023 | Author: jack | Hits:

[J2MESMS扩展配置.rar

Description:

1、将jre文件夹复制到你本机所在的JDK下覆盖掉全部jre文件夹

2、将lib文件夹复制到你项目所在的lib,添加对应lib


import org.smslib.IOutboundMessageNotification;
import org.smslib.Library;
import org.smslib.MessageEncodings;
import org.smslib.MessageProtocols;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.modem.SerialModemGateway;
import java.util.List;


public class SendSms {
    public SendSms() {
    }


    public void sendSMS(String[] phoneNumber) throws Exception {
        Service srv;
        OutboundMessage msg;

        OutboundNotification outboundNotification = new OutboundNotification();

        srv = new Service();
        SerialModemGateway gateway = new SerialModemGateway("modem.com1",
                "COM1", 9600, null, null);
        gateway.setInbound(true);
        gateway.setOutbound(true);
        gateway.setSimPin("0000");
        gateway.setOutboundNotification(outboundNotification);
        gateway.setProtocol(MessageProtocols.PDU);
        srv.addGateway(gateway);

        try {
            srv.startService();

            for (int i = 0; i < phoneNumber.length; i++) {
                msg = new OutboundMessage(phoneNumber[i], "您有会议待处理,请登陆查看!");
                msg.setEncoding(MessageEncodings.ENCUCS2);
                srv.sendMessage(msg);

            }

        } finally {
            srv.stopService();
        }
    }

    public class OutboundNotification implements IOutboundMessageNotification {
        public void process(String gatewayId, OutboundMessage msg) {
            System.out.println("Outbound handler called from Gateway: " +
                               gatewayId);
            System.out.println(msg);
        }
    }


    public static void main(String args[]) {
        SendSms app = new SendSms();
        try {
            app.doIt();
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

}
 


Platform: | Size: 1040178 | Author: idhuanghao | Hits:

[SMSqrzhou_smpp

Description: 感谢qrzhou奉献自己宝贵的源码。这是qrzhou历经3个月开发的短信中心的mo和网关源码,对进行短信中心开发或smpp协议,cmpp协议开发的程序员具有十分重要的参考价值,同时它可以作为开发人员的模拟测试网关,qrzhou吐血公开发放,同时还有进行七号信令开发的重要文档-Thank qrzhou give their valuable source code. This is 3 months after qrzhou developed SMS center and gateway mo source of SMS center for the development or SMPP protocol, cmpp agreement programmers developed a very important reference value, the same time, it can serve as a developer of simulation tests Gateway, qrzhou hematemesis released to the public, but also carried out on the 7th signaling the development of important documents
Platform: | Size: 1583104 | Author: qrzhou | Hits:

[SMS短消息业务联网协议1.2版

Description: 中国联通短信网关开放(互联)协议-China Unicom SMS Gateway open (Internet) protocol
Platform: | Size: 138240 | Author: | Hits:

[SMSsim1.3

Description: 中国移动、中国电信短信网关模拟器工具包v1.3-China Mobile, China Telecom SMS Gateway Simulator Kit v1.3
Platform: | Size: 306176 | Author: 何神 | Hits:

[SMSCMPP(V3.0.0)

Description: 互联网短信网关接口协议(V3.0.0)-Internet SMS Gateway Interface Protocol (V3.0.0)
Platform: | Size: 129024 | Author: 张帆 | Hits:

[SMScmppv2.0协议封装

Description: 移动短信网关协议CMPPv2.0的封装实现-Mobile SMS Gateway Protocol Implementation CMPPv2.0 package
Platform: | Size: 97280 | Author: 林千园 | Hits:

[SMScmppgateway

Description: 一个短信网关模拟器-an SMS Gateway Simulator
Platform: | Size: 15360 | Author: 林槟 | Hits:

[SMSsgipclient

Description: 短信网关客户端程序-SMS Gateway Client
Platform: | Size: 111616 | Author: 林槟 | Hits:

[SMS关于短信网关若干功能的要求

Description: 关于短信网关若干功能的要求.rar-SMS gateway on a number of functional requirements. Rar
Platform: | Size: 35840 | Author: 林槟 | Hits:

[SMScmpp3.0

Description: 中国移动互联网短信网关接口协议-China Mobile Internet SMS Gateway Interface Protocol
Platform: | Size: 126976 | Author: 林槟 | Hits:

[SMS21957_cmppapi_v30

Description: 移动短信api,这个是中国移动今年更新短信网关后采用的协议。在老协议基础上面进行了更改-mobile messaging api, this is China Mobile SMS Gateway update after the agreement. The old agreement based on the above changes
Platform: | Size: 135168 | Author: guo | Hits:

[SMS18280_20034251503570

Description: 本接口实现了中国移动通信互联网短信网关接口协议(CMPP2.0),以动态库的形式提供了WINDOWS下的接口,使您不必关心底层的网络通信过程,只需要熟悉协议,就可以开发出简洁高效的短信程序。-the interface of China Mobile Communications Internet SMS Gateway Interface Protocol (CMPP2.0), a dynamic library in the form of the Windows interface, so you need not concern bottom of the network communication process only needs to be familiar with the agreement, we can develop simple and effective messages procedures.
Platform: | Size: 209920 | Author: 寒光集 | Hits:

[SMShomermx

Description: HomerMX is a message exchange service for wireless message formats such as SMS and MMS. HomerMX is a Web Services-based (SOAP/WSDL) gateway that is implemented in J2EE and runs under JBoss. It currently supports SMPP and Nokia s MMS.
Platform: | Size: 6405120 | Author: 张海洋 | Hits:

[SMScomm

Description: 短信网关接口源代码-SMS Gateway Interface source code
Platform: | Size: 657408 | Author: 禹鑫毅 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 23 »

CodeBus www.codebus.net